Skip to main content

All Questions

-1votes
1answer
72views

I wanna make eco bot on discord.py

CODE import discord from discord.ext import commands import sqlite3 from config import settings bot = commands.Bot(command_prefix = settings['prefix'], intents = discord.Intents.all()) bot....
Venzo's user avatar

close